home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / s / usg5-4-2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-04  |  359 b   |  16 lines

  1. /* Synched up with: FSF 19.29. */
  2.  
  3. /* s/ file for System V release 4.2.  */
  4.  
  5. #include "usg5-4.h"
  6.  
  7. /* Motif needs -lgen.  */
  8. #undef LIBS_SYSTEM
  9. #define LIBS_SYSTEM -lsocket -lnsl -lelf -lgen
  10.  
  11. /* Use libw.a along with X11R6 Xt.  */
  12. #define NEED_LIBW
  13.  
  14. /* XEmacs change (since getwd is auto-determined) */
  15. #undef HAVE_GETWD  /* (appears to be buggy on SVR4.2) */
  16.